tutorial on how to install these weapon assets in your map/mod:
**********************************************************************************

open the desired weapons folder
select the following:

images
materials
material_properties
soundaliases
xanim
xmodel
xmodelparts
xmodelsurfs

right click--->copy

navigate to the waw game directry
(root/raw)

and past them inside the raw folder
merge any and all folders

de-select the images folder then hit delete

you will be left with the following:
images
sound
weapons
mod.csv

select the following:
images
sound
weapons

drag them to here:
mods/mapname

merge all folders and files

open the maps folder inside mods/mapname
if you dont have 1 make 1

and open dlc3_code and _zombiemode_weapons.gsc in notepad++ (or any text editer)
if you do not have the above gsc files copy and past them from root/raw/maps to mods/mapname/maps
DO NOT EDIT RAW FILES

in dlc3_code.gsc:

find this function:
include_weapons()

inside this function you will find waw weapon names copy any line and past it underneath
inside this: "" you will find another weapons name delete it but leave the line in so it looks like this

include_weapon( "" ); inside the quots put in the name of the weapon file 

so then it looks like this

include_weapon( "zombie_colt" );

NOTE: it will be different for you

when thats done just save the file and close it

in _zombiemode_weapons.gsc:
find this function

init_weapons() (not the first function but the second one)

copy and past any of the lines within this function
again in between the 2 " put the name of the weapon file in there save then close


scripting set up complete

now open launcher press the mod builder tab

select your mapname in the drop down list

and tick the following:

build mod.ff fast file
and
build IWD file

in the mod.csv:

open the mod.csv txt file (included in all the individual folders) 
copy and past the text inside the mod.csv.txt into launchers mod.csv at the very bottom


IWD file list:
make sure you tick all the new images sounds and weapon file


once its all ticked select your map in the drop down list again (to refresh launcher)
then press build mod


once its all finished building mod you can then enjoy your new weapon in-game ;)


dont forget to give credit if used :)


any questions about this tutorial or my weapons packs message me on UGX-MODS.com or cfgfactory.com


-Rorke